home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / Interfaces&Libraries / Interfaces / PInterfaces / CMComponent.p < prev    next >
Encoding:
Text File  |  1995-07-06  |  1.8 KB  |  80 lines  |  [TEXT/MPS ]

  1. {
  2.      File:        CMComponent.p
  3.  
  4.      Contains:    Stub for including new file names.
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Package:    Universal Interfaces 2.1 in “MPW Latest” on ETO #18
  8.  
  9.      Copyright:    © 1984-1995 by Apple Computer, Inc.
  10.                  All rights reserved.
  11.  
  12.      Bugs?:        If you find a problem with this file, use the Apple Bug Reporter
  13.                  stack.  Include the file and version information (from above)
  14.                  in the problem description and send to:
  15.                      Internet:    apple.bugs@applelink.apple.com
  16.                      AppleLink:    APPLE.BUGS
  17.  
  18. }
  19.  
  20. {$IFC UNDEFINED UsingIncludes}
  21. {$SETC UsingIncludes := 0}
  22. {$ENDC}
  23.  
  24. {$IFC NOT UsingIncludes}
  25.  UNIT CMComponent;
  26.  INTERFACE
  27. {$ENDC}
  28.  
  29. {$IFC UNDEFINED __CMCOMPONENT__}
  30. {$SETC __CMCOMPONENT__ := 1}
  31.  
  32. {$I+}
  33. {$SETC CMComponentIncludes := UsingIncludes}
  34. {$SETC UsingIncludes := 1}
  35.  
  36.     This file has been included to allow older source code 
  37.     to #include <CMComponent.h>.  Please update your source
  38.     code to directly #include <CMMComponent.h>
  39.       and             #include <CMPRComponent.h>
  40.  
  41. }
  42. { #include the two ColorSync 2.0 files equivalent to the v. 1.0 file }
  43.  
  44. {$IFC UNDEFINED __CMMCOMPONENT__}
  45. {$I CMMComponent.p}
  46. {$ENDC}
  47. {    Types.p                                                        }
  48. {        ConditionalMacros.p                                        }
  49. {    Quickdraw.p                                                    }
  50. {        MixedMode.p                                                }
  51. {        QuickdrawText.p                                            }
  52. {    Components.p                                                }
  53. {    CMApplication.p                                                }
  54. {        Files.p                                                    }
  55. {            OSUtils.p                                            }
  56. {                Memory.p                                        }
  57. {            Finder.p                                            }
  58. {        Printing.p                                                }
  59. {            Errors.p                                            }
  60. {            Dialogs.p                                            }
  61. {                Menus.p                                            }
  62. {                Controls.p                                        }
  63. {                Windows.p                                        }
  64. {                    Events.p                                    }
  65. {                TextEdit.p                                        }
  66. {        CMICCProfile.p                                            }
  67.  
  68. {$IFC UNDEFINED __CMPRCOMPONENT__}
  69. {$I CMPRComponent.p}
  70. {$ENDC}
  71.  
  72. {$SETC UsingIncludes := CMComponentIncludes}
  73.  
  74. {$ENDC} {__CMCOMPONENT__}
  75.  
  76. {$IFC NOT UsingIncludes}
  77.  END.
  78. {$ENDC}
  79.